home *** CD-ROM | disk | FTP | other *** search
- /* (c) Copyright 2002, LogoMedia Corporation. All rights reserved.
- *
- * Tagged lists, with entries between a quote, and a quote, comma
- * Comment as you wish outside of the tags
- *
- * $Header: Exp $
- *
- * $Log: $
- *
- *
- *
- *
- */
- <WHITESPACE>
- " ", "0x09", "0x0a", "0x0d", "0xa0", "0x95", "0xa9", "0x2022",
- </WHITESPACE>
-
- <PUNCTUATION>
- ".", "?", "!", ",", ";", "(", ")", "=", "+", "-", "{", "}", "<", ">", "~", "`", "$", "#", "%", "^",
- "&", "*", "/", "\", "|", ":", "'", """,
- </PUNCTUATION>
-
- <LEFTBRACKET>
- "(", "{", "[", "<",
- </LEFTBRACKET>
-
- <RIGHTBRACKET>
- ")", "}", "]", ">",
- </RIGHTBRACKET>
-
- <QUOTES>
- """, "'",
- </QUOTES>
-
- <SENTENCEBEGIN>
- </SENTENCEBEGIN>
-
- <SENTENCEEND>
- ".", "?", "!", "|",
- </SENTENCEEND>
-
- <ABBREVIATIONSIGN>
- ".",
- </ABBREVIATIONSIGN>
-
- <ABBREVIATIONS>
- "a.c.", "a.f.", "a.d.", "a.dom.", "a.m.", "b.m.", "cf.", "cfr.", "etc.",
- "e.g.", "h.e.", "h.l.", "l.c.", "loc.cit.", "l.l.", "N.B.", "NB.", "P.S.", "P.P.S.",
- "V.P.", "Op.cit.", "Op.c.", "p.m.", "q.e.d.", "u.s.", "v.v.", "v.n.",
- </ABBREVIATIONS>
-